/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

a:link {
	color: #00B3C8;
}

a:visited {
	color: #00B3C8;
}

a:hover{
	text-decoration: underline;
	color: #653535;
}

*
{
border: 0;
margin: 0;
}

body
{
	font: 12px Tahoma, Zar, Titr, sans-serif;
	color: #555555;
	background: #91CBF3 url(../images/bg.jpg) repeat-x top;
}

#main
{
margin: 0 auto;
width: 822px;
background: #ffffff url(images/content.jpg);
}

#content
{
	width: 822px;
	border: 1px solid #bfbfbf;
	margin-bottom: 15px;
	margin-top: 5px;
	padding: 10px;
	background-color: #D3D3D3;
	box-sizing: border-box;
}

.routin {
   color: #773300; 
   font: 16px Tahoma; 
   text-align:justify; 
   padding:10px 20px 10px 20px; 
   line-height: 200%;
}

.pagetitle
{
   width:100%; 
   height:80px; 
   padding:30px; 
   margin:auto; 
   text-align:center; 
   direction:rtl; background:linear-gradient(to right,#888888, #eeeeee 3%, #eeeeee 97%, #888888);
}

#headbox
{
max-width:100%vw;
width:100%;
margin-top:0px;
top:0px;
justify-content: center;
align-items: center;
background: #ffffff;
}

#header
{
width: 610px;
height: 110px;
display:block;
margin-top:0px;
margin-bottom:5px;
padding: 5px;
background: #7AFFE4;
}

#inside {
width: 610px;
height: 110px;
margin: 45px 95px 45px 95px;
padding: 0px;
background: #ffffff;
}

#logo
{
padding-left: 40px;
text-align: left;
padding-top: 20px;
width: 798px;
margin: 0 auto
background: #FFFFFF
}

#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}


#logo H2 a
{
font-size: 12px;
}

.EN {
   display:inline-block;
   direction:ltr;
}

.tab {
    display: inline-block;
    margin-left: 4em;
}

.lineup {
	width:100%;
	height:10px;
	background: linear-gradient(to bottom, #ffffaa, #786848);
}

.linebot {
	width:100%;
	height:10px;
	background: linear-gradient(to bottom, #786848, #ffffaa);
}

#linkbox {
	width:100%;
	height:300px;
	margin:0px;
	padding:0px
}

#linkbox1 {
	float:right;
	width:250px;
	height:227px;
	margin:0px;
	padding:0px;
	background-color:#999999;
}



#menu {
	width: 822px;
	background: linear-gradient(to bottom, #ffffaa,  #806020 90%, #ffffff);
	color: #402000;
	height: 30px;
	padding-left: 18px;
	border-radius: 10px;
	margin-top:3px;
	display:block;
}
#menu ul, #menu li {
	margin: 0 auto;
	padding: 0;
	list-style: none
}
#menu ul {
	width: 100%;
}
#menu li {
	float: left;
	display: inline;
	position: relative;
}
#menu a {
	display: block;
	line-height: 25px;
	padding: 0 14px;
	text-decoration: none;
	color: #402000;
	font-size: 14px;
	text-shadow:1px 1px 3px #aff, -1px -1px 3px #aff, 1px 1px 3px #aff;
}
#menu a.dropdown-arrow:after {
	content: "\002B";
	margin-left: 5px;
}
#menu li a:hover {
	color: #aa8844;
	background: #aff;
}
#menu input {
	display: none;
	margin: 0;
	padding: 0;
	height: 25px;
	width: 100%;
	opacity: 0;
	cursor: pointer
}
#menu label {
	display: none;
	line-height: 25px;
	text-align: center;
	position: absolute;
	left: 35px
}
#menu label:before {
	font-size: 1.6em;
	content: "\2261"; 
	margin-left: 20px;
}
#menu ul.sub-menus{
	height: auto;
	overflow: hidden;
	width: 170px;
	background: #aaeeee;
	position: absolute;
	z-index: 99;
	display: none;
}
#menu ul.sub-menus li {
	display: block;
	width: 100%;
}
#menu ul.sub-menus a {
	color: #000000;
	font-size: 14px;
}
#menu li:hover ul.sub-menus {
	display: block
}
#menu ul.sub-menus a:hover{
	background: #aaffff;
	color: #886644;
}
@media screen and (max-width: 800px){
	#menu {width:50%;position:relative}
	#menu ul {background:#1a8;position:absolute;top:100%;right:0;left:0;z-index:3;height:auto;display:none}
	#menu ul.sub-menus {width:50%;position:static;}
	#menu ul.sub-menus a {padding-left:30px;}
	#menu li {display:block;float:none;width:auto;}
	#menu input, #menu label {position:absolute;top:0;left:0;display:block}
	#menu input {z-index:4}
	#menu input:checked + label {color:white}
	#menu input:checked + label:before {content:"\00d7"}
	#menu input:checked ~ ul {display:block}
}

/*
myDiv
*/
.myDiv, .foot-box {
	float: none;
	width:800px;
	border: 0px outset red;
	background: linear-gradient(to right,#A07864,#FFF8E5 3%,#FFF8E5 97%,#A07864);
	opacity: 1;
	text-align: right;
	padding: 5px 20px 20px 20px;
	font: 14px Tahoma;
	line-height: 25px;
	box-sizing: border-box;
}

#myDiv, .foot-box {
	float: none;
	width:800px;
	border: 0px outset red;
	background: #ffffff url(../images/1234.jpg) repeat-y top;
	opacity: 1;
	text-align: right;
	padding: 5px 20px 20px 20px;
	font: 14px Tahoma;
	line-height: 25px;
}
.bot-box {
	float:center;
	width:800px;
	height:260px;
	padding:0px;
	background-color:#eeffee;
}

.newlinks {
	float: center;
	width:786px;
	height: 100%
	border: 0px;
	background-color:#eeffee;
	opacity: 1;
	text-align: right;
	padding: 5px;
	font: 14px Tahoma;
	line-height: 25px;
}

#foot-box {
	width:822px;
	height:400px;
	padding:0px;
	background:#fff;
}

.myDiv H2, .newlinks H2
{
background: linear-gradient(to bottom, #fff8e5, #bb8f8b 20%, #482f2d 80%);
color: #07FFFF;
font-size: 18px;
padding-right: 20px;
height: 30px;
width: 60%;
border-radius: 10px;
}

#Marquee {
	width:800px;
	height:80px;
	border: 0px outset red;
	background: #ffffff url(../images/1234yay.jpg) repeat-y top;
	opacity: 1;
	padding: 0px;
	margin:0px;
}

/*
column_box
*/
#column_box {
	width: 800px;
	border: 1px solid #bfbfbf;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #f4ffff;
	margin: 0 auto;
	margin-bottom: 12px;
	font-size: 12px;
}
#column_box a {
	color: #666666;
}
#column_box a:hover {
	color: #000000;
}
#column_box p {
	color: #666666;
	padding-top: 5px;
}

#column1, #column2, #column3{
	float: left;
	width: 200px;
	background:#ccffdd;
	padding-right: 10px;
	padding-bottom: 10px;
	margin:5px;
}

#left{
width: 800px;
border: 1px solid #bfbfbf;
margin-left: 0px;
margin-bottom: 10px;
padding-left: 18px;
padding-right: 18px;
padding-top: 18px;
padding-bottom: 8px;
background: #f4ffff;
}

#left p{
	padding-left: 12px;
	padding-right: 12px;
}

#left H1
{
color: #076AFF;
font-size: 18px;
padding-bottom: 10px;
}

#left a
{
 color: #00B3C8;
}

#left a:hover{
	text-decoration: none;
	color: #353535;
}

#left a:visited {
	color: #00B3C8;
}

.line{
	 background:url(../images/line.gif) no-repeat;
	 height: 3px;
	 width: 594px;
	 margin: 0 auto;
	 margin-top: 20px;
	 padding-bottom: 10px;
}


.date {
	margin: 0 auto;
	color: #00B3C8;
	font-size: 11px;
	padding: 10px;
	border: 1px solid #bfbfbf;
	margin-bottom: 10px;
	font-weight:bold;
}

.date a {
	color: #00B3C8;
	text-decoration:none;
}

.rss {
	margin: 0 auto;
	color: #00B3C8;
	font-size: 11px;
	padding: 10px;
	border: 1px solid #bfbfbf;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight:bold;
}

.rss a {
	color: #00B3C8;
	text-decoration:none;
}

.dateleft{
	background:url(../images/timeicon.gif) no-repeat left;
	padding-left: 20px;
	height: 16px;
	padding-top:2px;
	width:200px;
}

.dateright{
	margin-top: 2px;
	float:right;
	background:url(images/tages.gif) right no-repeat;
	padding-right: 20px;
	text-align:right;
	height: 16px;
}

.rssleft{
	background:url(../images/rss.gif) no-repeat left;
	padding-left: 20px;
	height: 16px;
	padding-top:2px;
	width:200px;
}

.rssright{
	margin-top: 2px;
	float:right;
	background:url(../images/comment.gif) right no-repeat;
	padding-right: 20px;
	text-align:right;
}


#footer
{
	margin: 0 auto;
	font-size: 10px;
	color: #333333;
	padding-top: 20px;
	text-align: center;
	clear:both;
	padding-bottom: 20px;
}

#footer a
{
color: #555500;
font-size: 10px;
text-decoration: none;
}
.padding
{
padding: 10px;
color:#076AFF;
font-weight: bold;
}


/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/


#slider-wrapper {
    background:url(../images/top.jpg) no-repeat;
width: 600px;
height: 100px;
    margin:0 auto;
}

#slider {
	position:relative;
width: 600px;
height: 100px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
	display: none;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

#bottom_bot {
	float: center;
	width: 822px;
	height: 400px;
	background: #999999 url(../images/bgbot.jpg) repeat-x top;
	color: #FFFFFF;
	font-size: 8px;
	margin: 0px;
	padding: 57px 111px 57px 111px
}

#bottom_bot #bottom {
	float: center;
	width: 600px;
	height: 280px;
	color: #FFFFFF;
	font-size: 12px;
	border: 1px solid #bfbfbf;
}

#bottom h1 { 
	color: #ffffff;
	font-size: 14px;
	font-weight: 100;
	text-align: center;
	padding: 5px 0px 5px 0px;
	background: none;
			}

#b_col1 {
	width: 260px;
	float: left;
	margin-left: 15px;
	border: 1px solid #bfbfbf;
}
#b_col2 {
	width: 240px;
	float: left;
	margin-left: 15px;
}
#b_col3 {
	width: 220px;
	float: left;
	margin-left: 10px;
	text-align: left;
}


.box_us {
width: 270px;
background: url(../images/box_us.gif) 0px bottom repeat-x;
}

.box_us_l {
width: 45px;
float: left;
padding-top:3px;}

.box_us_r {
width: 225px;
float: left;}


.spis_bot {
	list-style:none;
	padding: 0px 0px 0px 0px;}

.spis_bot li {
	padding: 5px 0px 0px 0px;
	}
	
.spis_bot a {
	color:#232323;
	text-decoration:none;
	font-weight: bold;
	background: url(../images/fish2.gif) 0px 12px no-repeat;
	display: block;
	font-weight:bold;
	padding: 5px 0px 0px 23px;}
.spis_bot a:hover {
	color:#ffffff;
	padding: 5px 0px 0px 28px;
	text-decoration: none;
	background:url(../images/fish2.gif) 5px 12px no-repeat;
	}

